Package-level declarations

Types

Link copied to clipboard

Countries of the world.

Properties

Link copied to clipboard
@get:JvmName(name = "displayNameOf")
val Country.displayName: String

Country display name.

Link copied to clipboard
@get:JvmName(name = "localeOf")
val Country.locale: Locale

Locale for the given country.

Functions

Link copied to clipboard
@JvmName(name = "fromCode")
fun country(isoCode: String): Country?

Looks up Country with the specified ISO code.